module Perts
{
    item Pert_BulletBelt
    {
        DisplayCategory = Accessory,
        Weight	=	0.2,
        Type	=	Clothing,
        DisplayName	=	Bullet Belt,
        Icon	=	BulletBelt,
        BodyLocation = Belt,
        ClothingItem = Pert_BulletBelt,
        AttachmentsProvided = SmallBeltLeft;SmallBeltRight,
        WorldStaticModel = Belt_Ground,
    }

}